SftTree/OCX 7.0

SftTree.RowHeaderForeColor Property

Softel vdm, Inc.

Defines the default text color used to draw row headers of items that are not selected.

Deprecated - Provided for compatibility with earlier versions only - Use RowHeaders.ForeColor instead

Syntax       

Get

VB.NET

Clr = object.RowHeaderForeColor  As System.Drawing.ColorLanguage-specific information

VB

Clr = object.RowHeaderForeColor  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information Clr = object.RowHeaderForeColor;

VC++

OLE_COLOR Clr = object->RowHeaderForeColor;
OLE_COLOR Clr = object->GetRowHeaderForeColor();

C

HRESULT object->get_RowHeaderForeColor(OLE_COLOR* Clr);

Delphi

Clr := object.RowHeaderForeColor  : TColor;

Put

VB.NET

object.RowHeaderForeColor = Clr  As System.Drawing.ColorLanguage-specific information

VB

object.RowHeaderForeColor = Clr  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information object.RowHeaderForeColor = Clr;

VC++

OLE_COLOR object->RowHeaderForeColor = Clr;
void object->PutRowHeaderForeColor(OLE_COLOR Clr);

C

HRESULT object->put_RowHeaderForeColor(OLE_COLOR Clr);

Delphi

object.RowHeaderForeColor := Clr  : TColor;

object

A SftTree object.

Clr

Defines the default text color used to draw row headers of items that are not selected.  For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".

Comments

Deprecated - Provided for compatibility with earlier versions only - Use RowHeaders.ForeColor instead

The RowHeaderForeColor property defines the default text color used to draw row headers of items that are not selected.

Items can override the row header foreground color using the RowHeader.ForeColor property.

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com